home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / wais / waisgate / HTWAIS.h < prev    next >
C/C++ Source or Header  |  1995-05-09  |  1KB  |  36 lines

  1. /*                                                    WAIS protocol module for the W3 library
  2.                                  WAIS PROTOCOL INTERFACE
  3.                                              
  4.    This module does not actually perform the WAIS protocol directly, but it does using one
  5.    or more library of the WAIS distribution. The ui.a library came with the old free WAIS
  6.    from TMC,  the client.a and wais.a libraries are needed from the freeWAIS from CNIDR.
  7.    
  8.    If you include this module in the library, you must also
  9.    
  10.       Register the HTWAIS protocol at initialisation (e.g. HTInit or HTSInit) by compiling
  11.       it with -DDIRECT_WAIS
  12.       
  13.       Link with the libraries
  14.       
  15.    The wais source files are parsed by a sepaarte and independent module, HTWSRC.   You
  16.    can include WSRC without including direct wais using this module, and your WWW code
  17.    will be able to read source files, and access WAIS indexes through a gateway.
  18.    
  19.    Anyways, this interface won't change much:
  20.    
  21.  */
  22. #ifndef HTWAIS_H
  23. #define HTWAIS_H
  24. #include "HTUtils.h"
  25. #include "HTAccess.h"
  26.  
  27. extern HTProtocol HTWAIS;
  28.  
  29. #endif
  30.  
  31. /*
  32.  
  33.                                                                                     Tim BL
  34.                                                                                           
  35.     */
  36.